Click or drag to resize

ServiceGetItems Method (IListItemId, ItemShape)

Gets items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> GetItems(
	IList<ItemId> items,
	ItemShape itemShape
)

Parameters

items
Type: System.Collections.GenericIListItemId
The items.
itemShape
Type: Independentsoft.ExchangeItemShape
The set of properties to return.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also